<Code Lib>
M

StructuralConnectionHandler.Create(Document, IList<ElementId>, ElementId)

Description:
Creates a new instance of a Structural Connection Handler, which defines the connection between given elements. Elements should be of the following structural categories: framings, columns, walls, floors or foundations.
Remarks:
Elements should be of the following structural categories: framings (OST_StructuralFraming), columns (OST_StructuralColumns), walls (OST_Walls), floors (OST_Floors) or foundations (OST_StructuralFoundations). The first of given elements is set as primary one.
Overloads (3):
Create(Document,IList[ElementId],ElementId)

public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId
)

Return Value Returns created connection. Returns created connection.

Loading…